Work around one Android bug and document another
authorPo Lu <luangruo@yahoo.com>
Thu, 23 May 2024 09:46:48 +0000 (17:46 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 23 May 2024 09:46:48 +0000 (17:46 +0800)
commite96e4906c8cb2a8810f969579446f6d151954586
treec652b22c7eab1daf3a3306790ef3fb061dc384da
parent64cced2c37a9926fe6ff1c6ad9b9540abd47e21c
Work around one Android bug and document another

* etc/PROBLEMS (Runtime problems specific to Android): Document
deficiency of "Android Keyboard (AOSP)."

* java/org/gnu/emacs/EmacsView.java (showOnScreenKeyboard):
Revert yesterday's change.

* java/org/gnu/emacs/EmacsWindow.java (toggleOnScreenKeyboard):
Sync with the UI thread after displaying the on-screen keyboard.
etc/PROBLEMS
java/org/gnu/emacs/EmacsView.java
java/org/gnu/emacs/EmacsWindow.java